home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
examples
/
asl
/
run.ml
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-01
|
157 b
|
8 lines
|
[
TEXT/MPS
]
(* $Id: run.ml,v 1.4 1995/02/08 18:57:21 xleroy Exp $ *)
#open "main";;
input_stream := stdin;;
if sys__interactive then () else begin go(); exit 0 end;;